home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / Applications / Format < prev    next >
Text File  |  1998-02-16  |  881b  |  38 lines

  1.                            --AMIGADOS GUIDE V2.5--
  2.                                    FORMAT
  3.  
  4.  
  5.    USE:
  6.    This command formats 1 Meg disks to AmigaDOS/CrossDOS standards
  7.    depending on your machine type.
  8.  
  9.    PATH:
  10.    SYS:System
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1 (enhanced), 3.0 (enhanced)
  14.  
  15.    EXAMPLES:
  16.    1>FORMAT DRIVE DF0: Name "Mydisk"
  17.    1>FORMAT DRIVE DF1: Name "Mydisk" FFS
  18.  
  19.    NOTES:
  20.    Format is equipped with various options to speed up disk read/write
  21.    times and efficiency.
  22.    These are explained below:
  23.  
  24.    OFS - Old File System
  25.    Total Capacity - 830K
  26.  
  27.    FFS - Fast File System
  28.    Total Capacity - 880K
  29.  
  30.    DIRCACHE - Directory Caching
  31.    (speeds up directory reading)
  32.  
  33.    INTL - International Mode
  34.    (Formats disk using the internal FS DOS type)
  35.  
  36.    Simply include the keywords at the end of the command line and that
  37.    method will be used.  (see example 2)
  38.